home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch08 / w08a020.avi (.mp4) < prev    next >
Audio Video Interleaved Video  |  1997-04-24  |  2.7 MB  |  544x380  |  5fps  |  1 minute, 29 seconds
Transcription: In this animation we'll look at how class modules are used as a template for creating your own objects in Visual Basic. Class modules can be thought of as a type of blueprint. A blueprint for a house defines how the house will be built, but the house does not actually exist until it is constructed from the blueprint. Many different houses can also be constructed from the same blueprint and characteristics or properties of each can be changed independently after construction. Class modules operate in the same way. If, for example, you have created a class module named Employee, you could constr ...